home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00207_green sound B.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  203 b   |  13 lines

  1. on mouseUp me
  2.   set the memberNum of sprite 10 to the memberNum of sprite the clickOn + 61
  3.   set the movieRate of sprite 10 to 1
  4. end
  5.  
  6. on mouseEnter me
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(0)
  12. end
  13.